home *** CD-ROM | disk | FTP | other *** search
/ BigMax 1 / BigMax nº 1 [bd].iso / DEMOS / TERRA / TERRA.EXE / NORTE.DXR / 00789.ls < prev    next >
Encoding:
Text File  |  1996-06-16  |  330 b   |  18 lines

  1. on enterFrame
  2.   global L
  3.   set the puppet of sprite 15 to 1
  4.   updateStage()
  5.   if the name of cast 200 = "SOM DESLIGADO" then
  6.     set the castNum of sprite 15 to cast "SOM10"
  7.     updateStage()
  8.   end if
  9.   updateStage()
  10.   if L = 1 then
  11.     set the castNum of sprite 48 to cast "micro0"
  12.   end if
  13.   updateStage()
  14. end
  15.  
  16. on exitFrame
  17. end
  18.